const runtime._GCmark
9 uses
runtime (current package)
mgc.go#L229: _GCmark // GC marking roots and workbufs: allocate black, write barrier ENABLED
mgc.go#L236: writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
mgc.go#L500: if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
mgc.go#L513: if gcphase != _GCmark {
mgc.go#L724: setGCPhase(_GCmark)
mgc.go#L819: if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
mgcwork.go#L143: if flushed && gcphase == _GCmark {
mgcwork.go#L192: if flushed && gcphase == _GCmark {
mgcwork.go#L303: if gcphase == _GCmark {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |